go/types.typeWriter.buf (field)

7 uses

	go/types (current package)
		typestring.go#L77: 	buf     *bytes.Buffer
		typestring.go#L99: 		w.buf.WriteByte(b)
		typestring.go#L102: 	w.buf.WriteByte(b)
		typestring.go#L104: 		w.buf.WriteByte(' ')
		typestring.go#L109: 	w.buf.WriteString(s)
		typestring.go#L116: 	w.buf.WriteString("<" + msg + ">")
		typestring.go#L399: 		writePackage(w.buf, obj.pkg, w.qf)